home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / modem / termail4.zip / ALLFIX.ZIP / AFXSEND.BAT next >
DOS Batch File  |  1996-05-28  |  874b  |  16 lines

  1. If you choose to use ALLFIX and this batch file, edit it to suit your
  2. system then, delete everything ABOVE the dashed line as well as the comment
  3. lines. This is called from the TOSS.BAT to manage incomming files.
  4.  
  5. ---------------------------------------------------------------------------
  6. @ECHO OFF
  7. CD\AF                   <-- Changes to the ALLFIX directory
  8. ALLFIX SCAN             <-- Scans the message base & netmail for FREQ's
  9. ALLFIX FILE             <-- Tosses any incomming files to the right directory
  10. ALLFIX ANNOUNCE         <-- Posts an announcement of new files received
  11. ALLFIX MGR              <-- Searched & handles all ALLFIX echo requests
  12. ALLFIX FILE -TOSSBAD    <-- Tosses any files that failed CRC check
  13. CD\TE\BINK              <-- Changes back to the Binkley home directory
  14. EXIT                    <-- Exite and returns control to Toss.bat
  15.  
  16.